home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFPRINTDOC / TFPRINTDOC.txt
Encoding:
Text File  |  2004-12-18  |  1.5 KB  |  84 lines

  1. object fPrintdoc: TfPrintdoc
  2.   Left = 238
  3.   Top = 107
  4.   BorderStyle = bsSingle
  5.   Caption = 'Print Document'
  6.   ClientHeight = 135
  7.   ClientWidth = 304
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 9
  18.     Top = 86
  19.     Width = 112
  20.     Height = 23
  21.     Caption = 'Print'
  22.     Default = True
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object Button2: TButton
  27.     Left = 183
  28.     Top = 86
  29.     Width = 112
  30.     Height = 23
  31.     Caption = 'Close'
  32.     TabOrder = 1
  33.     OnClick = Button2Click
  34.   end
  35.   object StatusBar1: TStatusBar
  36.     Left = 0
  37.     Top = 116
  38.     Width = 304
  39.     Height = 19
  40.     Panels = <
  41.       item
  42.         Width = 50
  43.       end>
  44.     SimplePanel = False
  45.   end
  46.   object GroupBox2: TGroupBox
  47.     Left = 9
  48.     Top = 9
  49.     Width = 287
  50.     Height = 70
  51.     Caption = 'Options'
  52.     TabOrder = 3
  53.     object CheckBox1: TCheckBox
  54.       Left = 9
  55.       Top = 22
  56.       Width = 269
  57.       Height = 18
  58.       Caption = 'Use Syntax Highlighting and print in color'
  59.       TabOrder = 0
  60.     end
  61.     object CheckBox3: TCheckBox
  62.       Left = 9
  63.       Top = 42
  64.       Width = 191
  65.       Height = 17
  66.       Caption = 'Print Linenumbers'
  67.       TabOrder = 1
  68.     end
  69.   end
  70.   object dlgFilePrint: TPrintDialog
  71.     Left = 257
  72.     Top = 23
  73.   end
  74.   object ActionList1: TActionList
  75.     Left = 234
  76.     Top = 89
  77.     object CloseWindow: TAction
  78.       Caption = 'CloseWindow'
  79.       ShortCut = 27
  80.       OnExecute = CloseWindowExecute
  81.     end
  82.   end
  83. end
  84.